username:password
Authorization: Basic *****************
{ "accountType": "CPF", "accountNum": "32562523890", "amount": "100", "merchantOrderId": "daifu20230703cspix107", "transferReceipt": "no", "customerCert": "32562523890", "customerName": "HE YONG", "notifyUrl": "https://pix.aaa.com/pay/callback", "merchantUserId":"634123234" }
curl --location --request POST '/open-api/pay/transfer_fast' \ --header 'x-app-id: appId' \ --header 'Content-Type: application/json' \ --header 'Authorization: Basic Og==' \ --data-raw '{ "accountType": "CPF", "accountNum": "32562523890", "amount": "100", "merchantOrderId": "daifu20230703cspix107", "transferReceipt": "no", "customerCert": "32562523890", "customerName": "HE YONG", "notifyUrl": "https://pix.aaa.com/pay/callback", "merchantUserId":"634123234" }'
{ "code": 200, "msg": "WAIT_DEDUCT", "status": "90", "transferReceipt": "no", "amount": "100", "fee": "0", "createTimeL": 1688387795591, "orderId": "S120202307031675845995054960640", "merchantOrderId": "daifu20230703cspix107", "payType": "120", "traceId": "i170,i1707032a0b862e2f594444bd50da59536ba8fb", "customerName": "HE YONG", "customerCert": "32562523890" }