Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
创建 Payment Intent 进行账户充值交易(AFT)时需要传入的额外参数。
recipient_sender_details
fund_source
01
02
03
04
05
06
25
first_name
^[a-zA-Z0-9 \-]{1,30}$
last_name
birth
account_number
^[a-zA-Z0-9*]{8}$
postcode
^[a-zA-Z0-9 /\-]{1,10}$
street
^['"0-9A-Za-z]{1,30}$
city
^['"0-9A-Za-z]{1,25}$
state
country_code
CAN
USA
COL
NIC
^[0-9A-Za-z]{2,3}$
^[A-Z]{3}$
{ "recipient_sender_details": { "fund_source": "01", "recipient": { "first_name": "John", "last_name": "Doe", "birth": "19900101", "account_number": "12345678", "postcode": "123456", "street": "123 Main Street", "city": "Singapore", "state": "01", "country_code": "SG" }, "sender": { "first_name": "Jane", "last_name": "Smith", "birth": "19950505", "street": "456 Orchard Road", "city": "Singapore", "state": "03", "country_code": "SG" } } }