MoneyUnify
  1. Payment Links - coming soon
MoneyUnify
  • Mobile Money API Documentation
  • Request Payment
    • Request to Pay
      POST
    • Verify Payment
      POST
  • Direct Transfers - coming soon
    • Direct Transafer
      POST
  • Settlements - coming soon
    • Settlement
      POST
  • Payment Links - coming soon
    • Create Link
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Payment Links - coming soon

Create Link

POST
/create_link

Request

Body Params application/x-www-form-urlencoded

Responses

🟢200Create Link Example
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/create_link' \
--data-urlencode 'amount=10' \
--data-urlencode 'auth_id=pub_69b9y3n0h0ydbq'
Response Response Example
{
    "is_error": false,
    "message": "Payment link created",
    "data": {
        "status": "success",
        "reference_id": "dt_vd89gdn10d1",
        "amount": 10,
        "transaction_type": "payment_link",
        "url": "pay.attractpayments.com/pl_vd89gdn10d1"
    }
}
Modified at 2025-10-18 16:07:30
Previous
Payment Links - coming soon
Next
Pet
Built with