Payment Instrument Registration
Register with an open banking account
Create an account with an open banking provider
post/payment-instrument-registrations
Request body
Example request
{
"type": "trustly",
"customer": {
"customerId": "def456",
"firstName": "John",
"lastName": "Smith",
"country": "GB",
"postcode": "EH12 5JB",
"town": "Edinburgh",
"addressLine1": "Stanhope House",
"addressLine2": "Address Line 2",
"phoneNumber": "+44 123 1110000",
"dateOfBirth": "2000-01-01",
"documentId": "ABC-123456",
"email": "a.b@example.com"
},
"bank": {
"bankNumber": "6112",
"clearingHouse": "SWEDEN",
"accountNumber": "123123"
}
}Response
Successfully registered an account at an Open Banking provider
Example response
{
"code": "1000",
"id": "a7f45953-1e8b-4f33-87b0-3293f4f6972f",
"paymentInstrumentRegistrationId": "9450a0b0-c62a-457f-9eb0-39c36d883557",
"type": "trustly",
"clearingHouse": "SWEDEN"
}