Transaction:Create

This endpoint is used to create a transaction in redirect mode. By calling this endpoint, you get a transactionID and a paymentUrl which can be used to redirect the payer. After the payment, the payer will be redirected to the provided returnUrl, where you can check the status and process the order.

You need to authenticate with an AT code (as username) and the corresponding token (as password) or you can authenticate with a SL code (as username) and the corresponding secret (as password)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

The ID of your service. Required if you authenticate with AT-code/token. You can find the service ID here: https://my.pay.nl/programs/programs

string
length between 1 and 32

Is shown on the statement of the payer.

string
length between 1 and 64

The merchant identification of this transaction. This field only allows alphanumeric characters

date-time

Expire date in the correct ISO-8601 (a.k.a. ATOM) notation.

uri
required

The URL where the payer has to be send to after the payment.

uri

The URL where we exchange the status of a transaction.

amount
object
required
paymentMethod
object
integration
object
customer
object
order
object
stats
object
notification
object
transferData
array of objects
transferData
Responses

401

Unauthorized. Supplied AT code/token or SL code/secret is invalid

403

Forbidden. Supplied credentials have no rights

404

Not found

405

Used HTTP method is not allowed

406

Not acceptable. The supplied content type in the accept parameter in the header is not supported

415

Unsupported media. The supplied content type in the content-type parameter in the header is not supported

429

Rate limit reached.

500

An internal error occurred

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json