payerDetails).curl --location 'https://partner-api-stage.p100.io/v1/payment-link' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "150.50",
"expiresAt": "2026-06-30T12:00:00Z",
"reference": "example_ref",
"note": "example_note",
"payerDetails": {
"type": "PERSONAL",
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"birthDate": "1990-05-20T00:00:00Z",
"residenceCountry": "US",
"birthPlace": "GB",
"phoneNumber": "+1234567890"
}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"currencySlug": "string",
"amount": 0,
"reference": "string",
"expiresAt": "2019-08-24T14:15:22.123Z",
"url": "http://example.com"
}