Skip to main content
POST
Create Payment

Authorizations

X-PAYLIAS-API-KEY
string
header
required

Headers

x-org-id
string
default:""
required

The Organization ID header used for authorization

x-partner-id
string
default:""
required

The Partner ID header used for authorization

idempotency-key
string
default:""
required

The Idempotency Key - usually a UUID

Body

application/json

Request to create a new payment

Request to create a new payment

payment_id
string
required
Example:

"cjes76vsemvj3obsnc52"

amount
object
required

Amount information

beneficiary_party
object
required

Party receiving the payment

debtor_party
object
required

Party sending the payment

payment_type
enum<string>
required

The type of payment to initiate

Available options:
Type_Pull,
Type_Push
reference
string

Reference for the payment

Example:

"INV001"

Response

Response containing Payment information

Standard response structure for successful operations

ok
boolean

Indicates if the operation was successful

Example:

true

data
object

Payment information